pub unsafe extern "C" fn ggml_quantize_q4_1(
    src: *const f32,
    dst: *mut c_void,
    n: c_int,
    k: c_int,
    hist: *mut i64
) -> usize