pub unsafe extern "C" fn sceUtilityLoadUsbModule(
module: c_int,
) -> c_intExpand description
Load a usb module (PRX) from user mode. Available on firmware 2.70 and higher only.
@param module - module number to load (PSP_USB_MODULE_xxx) @return 0 on success, < 0 on error