pub unsafe fn RtmLockRoute<P0, P1>(
    rtmreghandle: isize,
    routehandle: isize,
    exclusive: P0,
    lockroute: P1,
    routepointer: *mut *mut RTM_ROUTE_INFO
) -> u32
where P0: IntoParam<BOOL>, P1: IntoParam<BOOL>,