pub unsafe extern "C" fn mpz_kronecker_ui(
    a: *const mpz_t,
    b: c_ulong
) -> c_int
Expand description