pub unsafe extern "C" fn caml_alloc_array(
    value: unsafe extern "C" fn(_: *const Char) -> Value,
    array: *const *const Char
) -> Value