pub unsafe fn NetWkstaUserEnum<P0>(
    servername: P0,
    level: u32,
    bufptr: Option<*mut *mut u8>,
    prefmaxlen: u32,
    entriesread: Option<*mut u32>,
    totalentries: *mut u32,
    resumehandle: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>,