pub unsafe extern "C" fn sceNetGetMallocStat(
stat: *mut SceNetMallocStat,
) -> c_intExpand description
Retrieve the networking library memory usage
@param stat - Pointer to a ::SceNetMallocStat type to store the result.
@return 0 on success, < 0 on error