Function BN_reciprocal

Source
pub unsafe extern "C" fn BN_reciprocal(
    r: *mut bignum_st,
    m: *const bignum_st,
    len: i32,
    ctx: *mut bignum_ctx,
) -> i32