pyo3::ffi

Function PyFrame_LocalsToFast

Source
pub unsafe extern "C" fn PyFrame_LocalsToFast(
    f: *mut PyFrameObject,
    clear: i32,
)