jit_set_memory_functions

Function jit_set_memory_functions 

Source
pub unsafe extern "C" fn jit_set_memory_functions(
    arg1: jit_alloc_func_ptr,
    arg2: jit_realloc_func_ptr,
    arg3: jit_free_func_ptr,
)