pub unsafe extern "C" fn BN_nnmod( rem: *mut BIGNUM, numerator: *const BIGNUM, divisor: *const BIGNUM, ctx: *mut BN_CTX, ) -> c_int