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