pub unsafe extern "system" fn RtmAddRouteToDest(
    rtmreghandle: isize,
    routehandle: *mut isize,
    destaddress: *mut RTM_NET_ADDRESS,
    routeinfo: *mut RTM_ROUTE_INFO,
    timetolive: u32,
    routelisthandle: isize,
    notifytype: u32,
    notifyhandle: isize,
    changeflags: *mut u32
) -> u32
Expand description

Required features: "Win32_NetworkManagement_Rras"