pub unsafe extern "C" fn cblas_idamax(
    n: u32,
    x: *const c_double,
    inc_x: u32
) -> size_t