pub type PyArray_SimpleNewFromData = unsafe extern "C" fn(nd: c_int, dims: *mut c_int, type_num: c_int, data: *mut c_char) -> *mut PyObject;