[][src]Function nginx::RSA_verify_ASN1_OCTET_STRING

pub unsafe extern "C" fn RSA_verify_ASN1_OCTET_STRING(
    type_: c_int,
    m: *const c_uchar,
    m_length: c_uint,
    sigbuf: *mut c_uchar,
    siglen: c_uint,
    rsa: *mut RSA
) -> c_int