Function windows::Win32::Storage::FileSystem::NetShareAdd

pub unsafe fn NetShareAdd<P0>(
    servername: P0,
    level: u32,
    buf: *const u8,
    parm_err: Option<*mut u32>,
) -> u32
where P0: Param<PCWSTR>,