pub unsafe extern "C" fn fmpz_mod_mul_si(
    a: *mut fmpz,
    b: *const fmpz,
    c: mp_limb_signed_t,
    ctx: *const fmpz_mod_ctx_struct
)