pub unsafe fn NetErrorLogClear<P0, P1>(
    uncservername: P0,
    backupfile: P1,
    reserved: Option<*const u8>
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,