Function windows_sys::Win32::Security::Cryptography::CertCreateContext

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