pub unsafe fn GetIfTable<P0>(
    piftable: Option<*mut MIB_IFTABLE>,
    pdwsize: *mut u32,
    border: P0
) -> u32
where P0: IntoParam<BOOL>,