pub unsafe extern "C" fn caml_alloc_final(
    size: Size,
    final_fn: extern "C" fn(_: Value),
    consumed: Size,
    max: Size
) -> Value