pub unsafe extern "C" fn ggml_allocr_new(
    data: *mut c_void,
    size: usize,
    alignment: usize
) -> ggml_allocr_t