pub fn keyctl_pkey_sign(
    key: KeyringSerial,
    info: &str,
    data: &[u8],
    buffer: Out<'_, [u8]>
) -> Result<usize, Errno>