pub unsafe fn GetIpNetTable<P0>(
    ipnettable: Option<*mut MIB_IPNETTABLE>,
    sizepointer: *mut u32,
    order: P0
) -> u32
where P0: IntoParam<BOOL>,