pub unsafe extern "C" fn av_hmac_alloc(
    type_: AVHMACType
) -> *mut AVHMAC
Expand description

Allocate an AVHMAC context. @param type The hash function used for the HMAC.