Function windows_sys::Win32::System::Pipes::GetNamedPipeHandleStateW

pub unsafe extern "system" fn GetNamedPipeHandleStateW(
    hnamedpipe: HANDLE,
    lpstate: *mut NAMED_PIPE_MODE,
    lpcurinstances: *mut u32,
    lpmaxcollectioncount: *mut u32,
    lpcollectdatatimeout: *mut u32,
    lpusername: PWSTR,
    nmaxusernamesize: u32,
) -> BOOL