devela::_dep::pyo3::ffi

Function PyFrame_LocalsToFast

pub unsafe extern "C" fn PyFrame_LocalsToFast(
    f: *mut PyFrameObject,
    clear: i32,
)
Available on crate features dep_pyo3 and std only.