pub unsafe extern "C" fn rsa_deduce_primes(
    N: *const mpi,
    E: *const mpi,
    D: *const mpi,
    P: *mut mpi,
    Q: *mut mpi
) -> c_int