devela::_dep::pyo3::ffi

Function PyOS_strtol

pub unsafe extern "C" fn PyOS_strtol(
    arg1: *const i8,
    arg2: *mut *mut i8,
    arg3: i32,
) -> i64 
Available on crate features dep_pyo3 and std only.