pub unsafe fn RtmLockNextHop<P0, P1>(
    rtmreghandle: isize,
    nexthophandle: isize,
    exclusive: P0,
    locknexthop: P1,
    nexthoppointer: *mut *mut RTM_NEXTHOP_INFO
) -> u32
where P0: IntoParam<BOOL>, P1: IntoParam<BOOL>,