pub unsafe extern "C" fn BN_from_montgomery(
    ret: *mut BIGNUM,
    a: *const BIGNUM,
    mont: *const BN_MONT_CTX,
    ctx: *mut BN_CTX
) -> c_int