Function PyCode_Addr2Line
pub unsafe extern "C" fn PyCode_Addr2Line(
arg1: *mut PyCodeObject,
arg2: i32,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyCode_Addr2Line(
arg1: *mut PyCodeObject,
arg2: i32,
) -> i32 ⓘ
dep_pyo3
and std
only.