pub unsafe extern "C" fn RSA_padding_check_PKCS1_type_2(
    to: *mut c_uchar,
    tlen: c_int,
    f: *const c_uchar,
    fl: c_int,
    rsa_len: c_int
) -> c_int