devela::_dep::pyo3::ffi

Function Py_PreInitializeFromArgs

pub unsafe extern "C" fn Py_PreInitializeFromArgs(
    src_config: *const PyPreConfig,
    argc: isize,
    argv: *mut *mut i32,
) -> PyStatus
Available on crate features dep_pyo3 and std only.