aws_lc_sys::x86_64_unknown_linux_gnu_crypto

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