Function g_hmac_new

pub unsafe extern "C" fn g_hmac_new(
    digest_type: i32,
    key: *const u8,
    key_len: usize,
) -> *mut GHmac