pub unsafe extern "C" fn PyImport_AppendInittab( name: *const c_char, initfunc: Option<unsafe extern "C" fn()>, ) -> c_int