Function rustpython_vm::stdlib::errno::errors::posix_spawn
source · pub unsafe extern "C" fn posix_spawn(
pid: *mut i32,
path: *const i8,
file_actions: *const *mut c_void,
attrp: *const *mut c_void,
argv: *const *mut i8,
envp: *const *mut i8
) -> i32