[][src]Function pyo3::ffi::frameobject::PyFrame_BlockSetup

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