pub unsafe extern "C" fn sceUtilityUnloadNetModule(
module: c_int,
) -> c_intExpand description
Unload a network module (PRX) from user mode. Available on firmware 2.00 and higher only.
@param module - module number be unloaded @return 0 on success, < 0 on error