caml_alloc_custom_mem

Function caml_alloc_custom_mem 

Source
pub unsafe extern "C" fn caml_alloc_custom_mem(
    ops: *mut custom_operations,
    size: Uintnat,
    mem: Size,
) -> Value