pub fn keyctl_reject(
    id: KeyringSerial,
    timeout: TimeoutSeconds,
    error: Errno,
    ringid: Option<KeyringSerial>
) -> Result<(), Errno>