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