pub unsafe extern "C" fn fmpz_mat_scalar_mod_fmpz(
    B: *mut fmpz_mat_struct,
    A: *const fmpz_mat_struct,
    m: *const fmpz
)