Function BN_from_montgomery

Source
pub unsafe extern "C" fn BN_from_montgomery(
    r: *mut bignum_st,
    a: *const bignum_st,
    mont: *mut bn_mont_ctx_st,
    ctx: *mut bignum_ctx,
) -> i32