devela::_dep::pyo3::ffi

Function PyConfig_SetBytesArgv

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