pub(crate) unsafe fn prctl( option: c_int, arg2: *mut c_void, arg3: *mut c_void, arg4: *mut c_void, arg5: *mut c_void, ) -> Result<c_int>