pub unsafe fn LoadIFilterEx<P0>(
    pwcspath: P0,
    dwflags: u32,
    riid: *const GUID,
    ppiunk: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>,