Function ValidateLicenseKeyProtection
pub unsafe fn ValidateLicenseKeyProtection<P0>(
licensekey: P0,
notvalidbefore: *mut FILETIME,
notvalidafter: *mut FILETIME,
status: *mut LicenseProtectionStatus,
) -> Result<()>where
P0: Param<PCWSTR>,