Function ASYNC_get_mem_functions

Source
pub unsafe extern "C" fn ASYNC_get_mem_functions(
    alloc_fn: *mut Option<unsafe extern "C" fn(_: *mut usize) -> *mut c_void>,
    free_fn: *mut Option<unsafe extern "C" fn(_: *mut c_void)>,
)