Function windows_sys::Win32::System::Pipes::CallNamedPipeW

pub unsafe extern "system" fn CallNamedPipeW(
    lpnamedpipename: PCWSTR,
    lpinbuffer: *const c_void,
    ninbuffersize: u32,
    lpoutbuffer: *mut c_void,
    noutbuffersize: u32,
    lpbytesread: *mut u32,
    ntimeout: u32,
) -> BOOL