pub unsafe extern "C" fn HMAC_Final(
    ctx: *mut HMAC_CTX,
    md: *mut c_uchar,
    len: *mut c_uint
) -> c_int