Function gcry_mac_open

Source
pub unsafe extern "C" fn gcry_mac_open(
    handle: *mut gcry_mac_hd_t,
    algo: c_int,
    flags: c_uint,
    ctx: gcry_ctx_t,
) -> gcry_error_t