[][src]Function nginx::BN_div

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