pub unsafe extern "C" fn PyCode_NewEmpty(
    filename: *const i8,
    funcname: *const i8,
    firstlineno: i32
) -> *mut PyCodeObject