pub unsafe extern "C" fn cublasSgetrsBatched(
    handle: cublasHandle_t,
    trans: cublasOperation_t,
    n: c_int,
    nrhs: c_int,
    Aarray: *const *const f32,
    lda: c_int,
    devIpiv: *const c_int,
    Barray: *const *mut f32,
    ldb: c_int,
    info: *mut c_int,
    batchSize: c_int
) -> cublasStatus_t