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