pub type quantize_row_q_t = Option<unsafe extern "C" fn(x: *const f32, y: *mut c_void, k: c_int)>;
pub enum quantize_row_q_t { None, Some(unsafe extern "C" fn(*const f32, *mut c_void, i32)), }
No value.
Some value of type T.
T