pub unsafe fn FaxSetLoggingCategoriesW<P0>(
    faxhandle: P0,
    categories: *const FAX_LOG_CATEGORYW,
    numbercategories: u32
) -> Result<()>
where P0: IntoParam<HANDLE>,