pub unsafe fn CreatePrintAsyncNotifyChannel<P0, P1>(
    pszname: P0,
    pnotificationtype: *const GUID,
    euserfilter: PrintAsyncNotifyUserFilter,
    econversationstyle: PrintAsyncNotifyConversationStyle,
    pcallback: P1,
) -> Result<IPrintAsyncNotifyChannel>
where P0: Param<PCWSTR>, P1: Param<IPrintAsyncNotifyCallback>,