Function windows::Win32::Storage::DistributedFileSystem::NetDfsGetInfo

pub unsafe fn NetDfsGetInfo<P0, P1, P2>(
    dfsentrypath: P0,
    servername: P1,
    sharename: P2,
    level: u32,
    buffer: *mut *mut u8,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,