pub unsafe extern "C" fn PyOS_string_to_double( str: *const i8, endptr: *mut *mut i8, overflow_exception: *mut PyObject, ) -> f64