pub unsafe fn RtmLockDestination<P0, P1>(
    rtmreghandle: isize,
    desthandle: isize,
    exclusive: P0,
    lockdest: P1
) -> u32
where P0: IntoParam<BOOL>, P1: IntoParam<BOOL>,