pub unsafe fn NetUseEnum<P0>(
    uncservername: P0,
    levelflags: u32,
    bufptr: Option<*mut *mut u8>,
    preferedmaximumsize: u32,
    entriesread: Option<*mut u32>,
    totalentries: *mut u32,
    resumehandle: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>,