pub unsafe extern "system" fn CertCreateSelfSignCertificate(
    hcryptprovorncryptkey: usize,
    psubjectissuerblob: *const CRYPTOAPI_BLOB,
    dwflags: CERT_CREATE_SELFSIGN_FLAGS,
    pkeyprovinfo: *const CRYPT_KEY_PROV_INFO,
    psignaturealgorithm: *const CRYPT_ALGORITHM_IDENTIFIER,
    pstarttime: *const SYSTEMTIME,
    pendtime: *const SYSTEMTIME,
    pextensions: *const CERT_EXTENSIONS
) -> *mut CERT_CONTEXT
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’