pub unsafe fn MprConfigFilterGetInfo<P0>(
    hmprconfig: P0,
    dwlevel: u32,
    dwtransportid: u32,
    lpbuffer: *mut u8
) -> u32
where P0: IntoParam<HANDLE>,