Function pyo3::ffi::PyFrame_BlockSetup

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