[][src]Function nginx::BN_nnmod

pub unsafe extern "C" fn BN_nnmod(
    r: *mut BIGNUM,
    m: *const BIGNUM,
    d: *const BIGNUM,
    ctx: *mut BN_CTX
) -> c_int