pub fn keyctl_pkey_verify(
    key: KeyringSerial,
    info: &str,
    data: &[u8],
    sig: &[u8]
) -> Result<bool, Errno>