Function BN_mod_inverse

Source
pub unsafe extern "C" fn BN_mod_inverse(
    ret: *mut bignum_st,
    a: *const bignum_st,
    n: *const bignum_st,
    ctx: *mut bignum_ctx,
) -> *mut bignum_st