pub unsafe fn MagGetWindowFilterList<P0>(
    hwnd: P0,
    pdwfiltermode: *mut MW_FILTERMODE,
    count: i32,
    phwnd: *mut HWND
) -> i32
where P0: IntoParam<HWND>,