aws_lc_sys

Function BN_div

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