pub unsafe extern "C" fn BN_mod_lshift_quick(
    r: *mut BIGNUM,
    a: *const BIGNUM,
    n: c_int,
    m: *const BIGNUM
) -> c_int