Skip to main content

sceHttpSetMallocFunction

Function sceHttpSetMallocFunction 

Source
pub unsafe extern "C" fn sceHttpSetMallocFunction(
    malloc_func: PspHttpMallocFunction,
    free_func: PspHttpFreeFunction,
    realloc_func: PspHttpReallocFunction,
) -> c_int