pub unsafe fn NetFileEnum<'a>(
servername: impl IntoParam<'a, PWSTR>,
basepath: impl IntoParam<'a, PWSTR>,
username: impl IntoParam<'a, PWSTR>,
level: u32,
bufptr: *mut *mut u8,
prefmaxlen: u32,
entriesread: *mut u32,
totalentries: *mut u32,
resume_handle: *mut usize,
) -> u32