devela::_dep::pyo3::ffi

Function PyLong_FromString

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