Function PyFrame_BlockSetup
pub unsafe extern "C" fn PyFrame_BlockSetup(
f: *mut PyFrameObject,
_type: i32,
handler: i32,
level: i32,
)Available on crate feature
tls only.pub unsafe extern "C" fn PyFrame_BlockSetup(
f: *mut PyFrameObject,
_type: i32,
handler: i32,
level: i32,
)tls only.