pub unsafe fn SetupLogFileW<P0, P1, P2, P3, P4, P5>(
    fileloghandle: *const c_void,
    logsectionname: P0,
    sourcefilename: P1,
    targetfilename: P2,
    checksum: u32,
    disktagfile: P3,
    diskdescription: P4,
    otherinfo: P5,
    flags: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>, P5: IntoParam<PCWSTR>,