pub unsafe extern "C" fn cblas_chpr2(
    order: Order,
    sym: Symmetry,
    n: u32,
    alpha: *const c_void,
    x: *const c_void,
    inc_x: u32,
    y: *const c_void,
    inc_y: u32,
    a: *mut c_void
)