pub unsafe fn NetServerEnum<P0, P1>(
    servername: P0,
    level: u32,
    bufptr: *mut *mut u8,
    prefmaxlen: u32,
    entriesread: *mut u32,
    totalentries: *mut u32,
    servertype: NET_SERVER_TYPE,
    domain: P1,
    resume_handle: Option<*mut u32>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,