pub unsafe extern "C" fn PyFrame_BlockSetup(
    f: *mut PyFrameObject,
    _type: i32,
    handler: i32,
    level: i32
)