Function RSA_verify_ASN1_OCTET_STRING

Source
pub unsafe extern "C" fn RSA_verify_ASN1_OCTET_STRING(
    type_: i32,
    m: *const u8,
    m_length: u32,
    sigbuf: *mut u8,
    siglen: u32,
    rsa: *mut rsa_st,
) -> i32