Function sscal_

Source
pub unsafe extern "C" fn sscal_(
    n: *const blas_int,
    a: *const f32,
    x: *mut f32,
    incx: *const blas_int,
)