pub type amaxv_vft = Option<unsafe extern "C" fn(n: dim_t, x: *mut c_void, incx: inc_t, index: *mut dim_t)>;
enum amaxv_vft { None, Some(unsafe extern "C" fn(_: i32, _: *mut c_void, _: i32, _: *mut i32)), }
No value.
Some value of type T.
T