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