pub fn hmac_sha1(
    key: &[u8],
    data: &[u8],
    signature: &mut [u8]
) -> Result<(), StatusCode>