pub unsafe fn RtmBlockMethods<P0>(
    rtmreghandle: isize,
    targethandle: P0,
    targettype: u8,
    blockingflag: u32
) -> u32
where P0: IntoParam<HANDLE>,