Function windows::Win32::Security::Cryptography::CertCreateContext

pub unsafe fn CertCreateContext(
    dwcontexttype: u32,
    dwencodingtype: u32,
    pbencoded: &[u8],
    dwflags: u32,
    pcreatepara: Option<*const CERT_CREATE_CONTEXT_PARA>,
) -> *mut c_void