pub unsafe extern "system" fn CertCreateContext(
    dwcontexttype: u32,
    dwencodingtype: u32,
    pbencoded: *const u8,
    cbencoded: u32,
    dwflags: u32,
    pcreatepara: *const CERT_CREATE_CONTEXT_PARA
) -> *mut c_void
Expand description

Required features: "Win32_Foundation"