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