Function ksceKernelStopModuleForPid

Source
pub unsafe extern "C" fn ksceKernelStopModuleForPid(
    pid: SceUID,
    modid: SceUID,
    args: SceSize,
    argp: *mut c_void,
    flags: c_int,
    option: *mut SceKernelULMOption,
    status: *mut c_int,
) -> c_int
Available on crate features SceModulemgrForKernel_363_stub or SceModulemgrForKernel_stub only.