CryptMsgGetParam

Function CryptMsgGetParam 

Source
pub unsafe extern "system" fn CryptMsgGetParam(
    hCryptMsg: HCRYPTMSG,
    dwParamType: DWORD,
    dwIndex: DWORD,
    pvData: *mut c_void,
    pcbData: *mut DWORD,
) -> BOOL