devela::_dep::pyo3::ffi

Function PyOS_strtoul

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