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