caml_alloc_custom

Function caml_alloc_custom 

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