CertAddEncodedCTLToStore

Function CertAddEncodedCTLToStore 

Source
pub unsafe extern "system" fn CertAddEncodedCTLToStore(
    hCertStore: HCERTSTORE,
    dwMsgAndCertEncodingType: DWORD,
    pbCtlEncoded: *const BYTE,
    cbCtlEncoded: DWORD,
    dwAddDisposition: DWORD,
    ppCtlContext: *mut PCCTL_CONTEXT,
) -> BOOL