pub unsafe fn NetUseGetInfo<P0, P1>(
    uncservername: P0,
    usename: P1,
    levelflags: u32,
    bufptr: Option<*mut *mut u8>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,