pub unsafe fn RmJoinSession<P0>(
    psessionhandle: *mut u32,
    strsessionkey: P0
) -> WIN32_ERROR
where P0: IntoParam<PCWSTR>,