Function psp::sys::sceHttpSetMallocFunction

source ·
#[no_mangle]
pub unsafe extern "C" fn sceHttpSetMallocFunction(
    malloc_func: HttpMallocFunction,
    free_func: HttpFreeFunction,
    realloc_func: HttpReallocFunction
) -> i32