Function ksceKernelStopModule

Source
pub unsafe extern "C" fn ksceKernelStopModule(
    modid: SceUID,
    args: SceSize,
    argp: *mut c_void,
    flags: c_int,
    option: *mut SceKernelULMOption,
    status: *mut c_int,
) -> c_int
Available on crate feature SceModulemgrForDriver_stub only.