public IntPtr PyFloat_FromString(IntPtr value, IntPtr junk) { return(Runtime_Posix.PyFloat_FromString(value, junk)); }