pub unsafe extern "C" fn botan_mp_is_prime(
    n: botan_mp_t,
    rng: botan_rng_t,
    test_prob: usize
) -> c_int