pub unsafe fn CertSetEnhancedKeyUsage(
    pcertcontext: *const CERT_CONTEXT,
    pusage: Option<*const CTL_USAGE>,
) -> Result<()>