pub unsafe fn GetNamedPipeServerSessionId<P0>(
    pipe: P0,
    serversessionid: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>,