pub unsafe fn SetupLogFileA<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<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>, P5: IntoParam<PCSTR>,