pub unsafe fn SetupQueryFileLogW<P0, P1>(
    fileloghandle: *const c_void,
    logsectionname: P0,
    targetfilename: P1,
    desiredinfo: SetupFileLogInfo,
    dataout: Option<&mut [u16]>,
    requiredsize: Option<*mut u32>
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,